'Declaration Public Overloads Overrides NotOverridable Function GetSchema( _ ByVal collectionName As String, _ ByVal restrictionValues() As String _ ) As DataTable
'Usage Dim instance As TdConnection Dim collectionName As String Dim restrictionValues() As String Dim value As DataTable value = instance.GetSchema(collectionName, restrictionValues)
public override DataTable GetSchema( string collectionName, string[] restrictionValues )
public: DataTable^ GetSchema( String^ collectionName, array<String^>^ restrictionValues ) override
Parameters
- collectionName
- The name of the Schema Collection to return.
- restrictionValues
- A set of restriction values for the requested schema collection.
Return Value
A DataTable that contains schema collection information.